projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7816f2c
)
Correct ih_os for u-boot.img
author
aneeshv
<
[email protected]
>
Sat, 16 Jul 2011 02:53:20 +0000
(
02:53
+0000)
committer
Wolfgang Denk
<
[email protected]
>
Thu, 28 Jul 2011 15:17:36 +0000
(17:17 +0200)
Provide appropriate '-O u-boot' while doing mkimage
for u-boot.img
Signed-off-by: Aneesh V <
[email protected]
>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 53bffd0106df120d2be37ce7c0e28aec56aa5ad9..ac757e6df1359b97dc89006533ed9b3156a9a4e2 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-375,7
+375,7
@@
$(obj)u-boot.ldr.srec: $(obj)u-boot.ldr
$(obj)u-boot.img: $(obj)u-boot.bin
$(obj)tools/mkimage -A $(ARCH) -T firmware -C none \
- -a $(CONFIG_SYS_TEXT_BASE) -e 0 \
+ -
O u-boot -
a $(CONFIG_SYS_TEXT_BASE) -e 0 \
-n $(shell sed -n -e 's/.*U_BOOT_VERSION//p' $(VERSION_FILE) | \
sed -e 's/"[ ]*$$/ for $(BOARD) board"/') \
-d $< $@